PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.colors Package / PDFRgbColor Class / PDFRgbColor Constructor / PDFRgbColor Constructor(int,int,int)
Red component.
Green component.
Blue component.
In This Topic
    PDFRgbColor Constructor(int,int,int)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFRgbColor( 
       int r,
       int g,
       int b
    )

    Parameters

    r
    Red component.
    g
    Green component.
    b
    Blue component.
    See Also